CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 消息队列

搜索资源列表

  1. qpid-cpp-0.6.tar

    0下载:
  2. Qpid/C++ 是AMQP协议的一个 C++ 的实现。Apache Qpid (Open Source AMQP Messaging) 是一个跨平台的企业通讯解决方案,实现了高级消息队列协议。提供了 Java、C++ 两种服务端版本以及 Java、C++、.NET、Python和Ruby语言的客户端。 其中C++版本的服务器端具备高性能/低消耗以及RDMA支持,可运行于Windows/Linux和Solaris平台;而Java版本的服务器则支持JMS,以及各种平台。 -Qpid/
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-09
    • 文件大小:3082680
    • 提供者:yangligang
  1. msgqueue

    0下载:
  2. 消息队列C语言实现代码,在linux平台可以实现。-Message Queue implementation code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:19190
    • 提供者:黄华
  1. the-message-communication-principles

    0下载:
  2. 【实验内容】 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过消息队列相互发送消息(512字节)。 【实验目的】   系统了解linux系统的通信机构IPC ,掌握IPC中消息通信机制,理解消息通信的方法及特征。 【实验要求】  (1)掌握系统调用msgget()、msgsnd()、msgrev()、msgctl()的使用方法及其功能,理解消息通信原理;  (2)系统理解linux 的三种通信机制。 -Experimental Cont
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4463
    • 提供者:李亮
  1. msg

    0下载:
  2. linux下实现本地简单的消息队列收发消息,消息队列学习不错的实例。-linux under local simple message queue send and receive messages, message queues learning good examples.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:9291
    • 提供者:杨大武
  1. linux_message_transfort

    0下载:
  2. 一次linux实验作业,利用消息队列机制实现对不同类型的消息进行发送和接受-Linux lab assignments at a time, using the message queue mechanism of different types of messages sent and received
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1034
    • 提供者:周佳琦
  1. msgqueue

    0下载:
  2. 这段代码通过列子介绍了如何使用消息队列进行进程间通信,代码比较详细-/* * 2013-12-23 * * NOTHING * * wcxontheway@126.com * * this file shows how to use msg queue in the linux * **/
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:2861
    • 提供者:NOTHING
  1. ps_bat

    0下载:
  2. linux进程间通信消息队列 很好的通信实例,有助于开发人员作为文档-linux pros communication used message squeue
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3295
    • 提供者:李悟
  1. linux_tools

    0下载:
  2. linux工具包常用消息队列、共享内存、linux 下epoll服务器的封装-Implementation of Linux toolkit common source queue data structure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:22089
    • 提供者:云海
  1. LinuxQueueCode

    0下载:
  2. linux下基于消息队列的消息传输,非常适合初学者了解消息队列的原理和参考代码-Queue message send and recv under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1513
    • 提供者:王吉发
  1. msg

    0下载:
  2. Linux环境IPC操作之消息队列,代码包含消息队列的创建、发送、接收等内容-Linux operating environment of the IPC message queue, create a message queue that contains the code, send, receive, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1317
    • 提供者:zhang
  1. chating

    0下载:
  2. linux下聊天通讯软件。消息队列具有大的灵活性。(附设计报告)-This reporter is designed mainly using the learned knowledge, in the UNIX environment, combined with the use of message queue implementation process communication examples, to complete the integration of knowledge and
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-19
    • 文件大小:5355951
    • 提供者:lilei
  1. communications

    0下载:
  2. 在linux平台下开发的进程间通信源码,通信采用消息队列机制传输数据,具有很强的实用性-Under the inter-process communication linux-source platform development, communications message queue mechanism using data transmission, has a strong practical
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:19104
    • 提供者:
  1. msgqueue

    0下载:
  2. 自编linux中基于消息队列的进程间通信模块,经过调试恩能够成功应用的模块-Editing the Linux interprocess communication module based on message queue, after debugging successfully application module
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2578
    • 提供者:youhaibo
  1. messageQuing

    0下载:
  2. 消息队列实现通信,Linux下c语言编写,代码清晰易学,适合初学者-Message queue to achieve communication, C Linux language, code clear and easy to learn, suitable for beginners
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:7664
    • 提供者:kain
  1. 3

    1下载:
  2. 编写自定义的消息队列,该消息队列不能依赖于已有库的队列,必须是自己设计实现的 该消息队列是线程安全的 该消息队列能接收CLMessage继承体系的消息 该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类) -Linux C++ for uestc lilin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:104484
    • 提供者:boy
  1. chapter15

    0下载:
  2. 嵌入式Linux中信号量、消息队列、共享内存编程设计-Embedded Linux, semaphores, message queues, shared memory programming design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:9277
    • 提供者:vindisel
  1. Linux_system_programming

    1下载:
  2. linux系统编程学习源码包,管道,进程,信号,信号量,内存共享,套接字,消息队列等学习包;线程池的使用,目录负责源码等;-Linux system programming learning source package, piping, process, signal, semaphores, and Shared memory, sockets, learning packages such as message queue The use of thread pool and direct
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:171625
    • 提供者:hgzll
  1. messageQueue

    0下载:
  2. Linux 下进程间通信中的消息队列,基础结构。-linux process communication ,base structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:639
    • 提供者:陆伟
  1. daima

    0下载:
  2. 此次实验通过管道通信和消息队列通信得方法,使我们了解了管道通信的特点,明白了管道通信的使用方法和了解了消息队列通信机制及原理,掌握了消息队列相关系统调用的使用方法及功能,另外,我们也了解了Linux系统共享存储区的原理及使用方法-The experiments through the pipeline communication and message queue communication method, make us understand the characteristics of th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:段段
  1. pn6

    0下载:
  2. 实现消息队列的推送服务,基于Linux c实现线程池处理多任务,实现基于socket的边沿触发epoll通信(Implementing push services for message queues)
  3. 所属分类:网络编程

    • 发布日期:2017-12-30
    • 文件大小:1435648
    • 提供者:jimabcd126
« 1 2 3 4 56 »
搜珍网 www.dssz.com